| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal data() As System.Double, _ ByVal isDateTime() As System.Boolean _ ) | |
| C# | |
|---|---|
public DoubleArray( System.double[] data, System.bool[] isDateTime ) | |
Parameters
- data
Specifies the data for the array.
- isDateTime
- Specifies whether the array values are DateTime values.